gtk-demo: Font rendering - better start
authorMatthias Clasen <mclasen@redhat.com>
Sun, 5 Sep 2021 00:49:01 +0000 (20:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 5 Sep 2021 02:56:07 +0000 (22:56 -0400)
Turn antialiasing on initially, and turn the
extents and grid off. Otherwise we show pretty
shocking rendering right from the start.

demos/gtk-demo/fontrendering.ui

index 04a618090f2c249bf80edbd85aab26fdd767d423..877d4d0c4158b7d8d0146665709a70d56ecb9057 100644 (file)
@@ -96,6 +96,7 @@
             <child>
               <object class="GtkCheckButton" id="antialias">
                 <property name="label">Antialias</property>
+                <property name="active">1</property>
                 <layout>
                   <property name="column">3</property>
                   <property name="row">1</property>
             <child>
               <object class="GtkCheckButton" id="show_extents">
                 <property name="label">Show Extents</property>
-                <property name="active">1</property>
                 <layout>
                   <property name="column">5</property>
                   <property name="row">0</property>
             </child>
             <child>
               <object class="GtkCheckButton" id="show_grid">
-                <property name="active">1</property>
                 <property name="label">Show Grid</property>
                 <layout>
                   <property name="column">5</property>